home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- puppetSound(1, "szew")
- set the visible of sprite 19 to 0
- updateStage()
- end
-
- on mouseLeave me
- set the visible of sprite 19 to 1
- updateStage()
- end
-
- on mouseDown
- set the visible of sprite 12 to 0
- updateStage()
- end
-
- on mouseUp
- set the visible of sprite 12 to 1
- updateStage()
- go(1, "media")
- end
-